MedicalViewerDoublePlaneCutLinesCollection<T> Class

Summary

Represents a generic collection of MedicalViewerDoublePlaneCutLine objects.

Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class MedicalViewerDoublePlaneCutLinesCollection<T> : MedicalViewerCollection<MedicalViewerDoublePlaneCutLine> 
            generic<typename MedicalViewerDoublePlaneCutLine> 
public ref class MedicalViewerDoublePlaneCutLinesCollection : public MedicalViewerCollection<MedicalViewerDoublePlaneCutLine>, System.Collections.Generic.ICollection<MedicalViewerDoublePlaneCutLine>, System.Collections.Generic.IEnumerable<MedicalViewerDoublePlaneCutLine>, System.Collections.Generic.IList<MedicalViewerDoublePlaneCutLine>, System.Collections.IEnumerable   
<DefaultMemberAttribute("Item")>  
Public Class MedicalViewerDoublePlaneCutLinesCollection(Of T) 
   Inherits MedicalViewerCollection(Of MedicalViewerDoublePlaneCutLine) 

Remarks

The Generic MedicalViewerDoublePlaneCutLinesCollection class provides a generic collection class that implements the .NET Generic IList, Generic ICollection and Generic IEnumerable interfaces.

Example

For an example, refer to MedicalViewerPlaneCutLine

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly